home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 31 / PC Gamer IT CD 31 2-2.iso / utility / MIDWV221 / MidWavi.Exe / 0 / RCDATA / TFORM12 / TFORM12.txt < prev   
Text File  |  1998-04-08  |  3KB  |  132 lines

  1. object Form12: TForm12
  2.   Left = 161
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Register and Personalise MidWavi'
  7.   ClientHeight = 213
  8.   ClientWidth = 457
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlue
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 105
  22.     Height = 25
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = 'Enter Name:'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlue
  28.     Font.Height = -16
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold, fsItalic]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 8
  35.     Top = 72
  36.     Width = 105
  37.     Height = 20
  38.     Alignment = taRightJustify
  39.     AutoSize = False
  40.     Caption = 'Reg Key 1:'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBlue
  43.     Font.Height = -16
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold, fsItalic]
  46.     ParentFont = False
  47.   end
  48.   object Label3: TLabel
  49.     Left = 8
  50.     Top = 128
  51.     Width = 105
  52.     Height = 25
  53.     Alignment = taRightJustify
  54.     AutoSize = False
  55.     Caption = 'Reg Key 2:'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clBlue
  58.     Font.Height = -16
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold, fsItalic]
  61.     ParentFont = False
  62.   end
  63.   object Image1: TImage
  64.     Left = 40
  65.     Top = 168
  66.     Width = 32
  67.     Height = 32
  68.     AutoSize = True
  69.     Picture.Data = {<image000.ico>}
  70.   end
  71.   object Edit1: TEdit
  72.     Left = 120
  73.     Top = 16
  74.     Width = 329
  75.     Height = 21
  76.     AutoSize = False
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBlue
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.     TabOrder = 0
  84.   end
  85.   object Edit2: TEdit
  86.     Left = 120
  87.     Top = 72
  88.     Width = 329
  89.     Height = 21
  90.     AutoSize = False
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clBlue
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 1
  98.   end
  99.   object Edit3: TEdit
  100.     Left = 120
  101.     Top = 128
  102.     Width = 329
  103.     Height = 21
  104.     AutoSize = False
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clBlue
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.     TabOrder = 2
  112.   end
  113.   object Button1: TButton
  114.     Left = 120
  115.     Top = 178
  116.     Width = 121
  117.     Height = 25
  118.     Caption = '&Register'
  119.     TabOrder = 3
  120.     OnClick = Button1Click
  121.   end
  122.   object Button2: TButton
  123.     Left = 328
  124.     Top = 178
  125.     Width = 121
  126.     Height = 25
  127.     Caption = 'E&xit'
  128.     TabOrder = 4
  129.     OnClick = Button2Click
  130.   end
  131. end
  132.